home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / util3 / wat.rdm < prev    next >
Text File  |  1996-06-17  |  877b  |  27 lines

  1. Short:    WAT (What?! Another Timer?!)
  2. Author:   mtanzer@netspace.net.au (Michael Tanzer)
  3. Uploader: mtanzer@netspace.net.au (Michael Tanzer)
  4. Type:     util/rexx
  5.  
  6. WAC ('What?! Another Timer?!') is a timer utility written in Rexx.
  7.  
  8. File contents:
  9.  
  10.     WAT
  11.     WAT.info
  12.     WAT.Doc
  13.     WAT.Doc.info
  14.  
  15. WAT is a simple timer that displays the time it was started, the time it
  16. was stopped, and the elapsed time in between.  It has virtually no CPU
  17. overheads while it is active because the only time it does anything is
  18. when you stop it or restart it.
  19.  
  20. You can run multiple copies of WAT, and optionally specify a port name
  21. so that other ARexx programs can tell WAT when to start, stop, or quit.
  22.  
  23. WAT runs asynchronously, so you can run it without tying up a shell.
  24.  
  25. Best of all, WAT is written in Rexx, so if you want to add or change a
  26. feature, you can do it easily.  And it's free.
  27.